SET SPRITE RESIZE

This command will set the resize mode of the sprite.

  Syntax
SET SPRITE RESIZE Mode
  Parameters
Mode
Integer
If the resize mode is set to zero, the sprite will keep its initial size even if the sprite image is changed. A mode of one will automatically adjust the size of the sprite when the sprite image is changed.

  Returns

This command does not return a value.

  Example Code
ink rgb(255,0,0),0
box 0,0,32,32
get image 1,0,0,32,32,0
sprite 1,100,100,1
SET SPRITE RESIZE 0
do
loop
end
  See also

SPRITE Commands Menu
Index